﻿body,
div,
ul,
li {
  margin: 0;
  padding: 0;
}
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 25px;
  font-size: 14px;
}
a:link,
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
  color: #08a5e0;
  text-decoration: none;
}
ul,
ul li {
  list-style-type: none;
}
.cl {
  zoom: 1;
}
/*网站头部*/
.col960 {
  width: 960px;
  margin: auto;
}
.navbg {
  height: 50px;
  width: 100%;
  background: #376822;
  box-shadow: 1px 1px 7px #999;
  position: absolute;
  z-index: 99;
  left: 0;
  min-width: 1200px;
}
#navul li {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
#navul li.navhome {
  text-align: left;
  padding: 0 0px 0 40px;
  width: 60px;
}
#navul li a:link,
#navul li a:visited {
  color: #ffffff;
}
#navul li ul {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 50px;
  left: -80px;
  background: #376822;
  border: #004e6c 1px solid;
  border-bottom: none;
}
#navul li ul li {
  display: block;
  width: 260px;
  float: none;
  margin-right: 0px;
  height: 28px;
  position: relative;
  line-height: 28px;
  border-bottom: #004e6c 1px solid;
  font-size: 12px;
}
#navul li.navmoon {
  background: #006d96;
  border: #004e6c 1px solid;
  width: 98px;
  height: 38px;
  line-height: 38px;
}
#navul li.navmoon a {
  color: #ffffff;
}
#navul li.navhome a:hover {
  color: #fcff00;
}
#navul li.navmoon ul {
  display: block;
}
#navul li.navmoon ul a {
  display: block;
  width: 98px;
  height: 28px;
  line-height: 28px;
}
#navul li.navmoon ul a:hover {
  background: #000000;
}

.pager_box {
  width: 100%;
  margin: 25px auto 20px;
}
.pager_box .page {
  text-align: center;
}
.pager_box .page span {
  border: 1px solid #eee;
  color: white;
  background: #9e9e9e;
}

.pager_box .page span,
.pager_box .page a {
  border-radius: 5px;
  display: inline-block;
  margin: 0 1px;
  padding: 0 20px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #e9e9e9;
  transition: 0.2s;
}
.pager_box .page span.on {
  border: 1px solid #077bb5;
  background: #077bb5;
  color: #fff;
  font-weight: bold;
}
.pager_box .page a:hover {
  background: #eee;
  text-decoration: none;
}
.pager_box .page a {
  background: white;
}
